1html introduction

This is a link

Choose the link option & Get the notepad file & read it.

After readind click on the image link & saw the output of that matter.



See the full image

What is html


1. HTML stands for Hyper Text Markup Language.
2. HTML is not a programming language, it is a markup language.
3. A markup language is a set of markup tags.
4. HTML user markup tags to describe web pages.



HTML Tags


HTML markup tags are usually called HTML tags.

1. HTML tags are keywords surrounded by angel brackets.
2. HTML tags normally come in pairs.
3. The first tag in the pair is the Start tag and second tag is the End tag.
4. Start and end tags are also called opening tags and closing tags



HTML Document =Web Pages


1. HTML documents describe web pages.
2. HTML documents contain HTML tags and plain text.
3. HTML document are also called web pages.



The purpose of a web browser (like internet explorer or firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.